Package com.mapbox.androidauto.car.navigation.lanes

Types

CarLaneIcon
Link copied to clipboard
data class CarLaneIcon(laneIcon: LaneIcon, isActive: Boolean)
CarLaneIconOptions
Link copied to clipboard
class CarLaneIconOptions
Modify the look and feel of the car lanes.
CarLanesImage
Link copied to clipboard
class CarLanesImage
Represents everything that the android auto library needs to show lane guidance.
CarLanesImageRenderer
Link copied to clipboard
class CarLanesImageRenderer(context: Context, @ColorInt() background: Int, options: CarLaneIconOptions)
This class generates a CarLanesImage needed for the lane guidance in android auto.

Functions

useMapboxLaneGuidance
Link copied to clipboard
fun Step.Builder.useMapboxLaneGuidance(imageGenerator: CarLanesImageRenderer, laneGuidance: Lane?): Step.Builder
When building a Step you can generate the lane guidance images here.